home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / sh / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  459 b   |  23 lines

  1. # ALSA SH drivers
  2.  
  3. menuconfig SND_SUPERH
  4.     bool "SUPERH sound devices"
  5.     depends on SUPERH
  6.     default y
  7.     help
  8.       Support for sound devices specific to SUPERH architectures.
  9.       Drivers that are implemented on ASoC can be found in
  10.       "ALSA for SoC audio support" section.
  11.  
  12. if SND_SUPERH
  13.  
  14. config SND_AICA
  15.     tristate "Dreamcast Yamaha AICA sound"
  16.     depends on SH_DREAMCAST
  17.     select SND_PCM
  18.     help
  19.       ALSA Sound driver for the SEGA Dreamcast console.
  20.  
  21. endif    # SND_SUPERH
  22.  
  23.